home *** CD-ROM | disk | FTP | other *** search
/ Utilities Professional 1-1500 / Utilities Professional 1-1500 (1994)(WPD)[!].iso / 07511000 / var0784.dms / var0784.adf / Txref2 / readme2.refs next >
Text File  |  1978-01-24  |  1KB  |  34 lines

  1.  
  2.   I have made a few changes to the AREXX part of John's Reference
  3. macros. These changes allow for better cooperation between the
  4. reference window and the main window. 
  5.  
  6.   To add these changes, add my version of Startup.txed to your
  7. startup.txed file (and remove the stuff that John said to add, if 
  8. you've added it), and copy my version of Reference.txed as well as
  9. RefQuit.txed and RefStartup.txed to rexx:. (These files will be
  10. renamed by typing "renames" at the WSHell prompt. I think "rx
  11. renames" will also work if you don't have WSHell, though I'm not
  12. certain it'll get the path right).
  13.  
  14.   Reference.txed and RefStartup.txed assume a 640 x 200 screen, and
  15. resize the main and reference windows accordingly. With full
  16. overscan you can get 5 more lines of text, which is much nicer. If
  17. you have morerows set, just add the number of columns to the window
  18. width in each of these files, and add a multiple of 8 to the window
  19. height in Reference.txed and the window top in RefStartup.txed.
  20.  
  21.   For example, I'm using a 685 x 235 screen, so in Reference.txed
  22. I need the following change:
  23.  
  24.   'window 0 2 640 109'     --->   'window 0 2 685 149'
  25.  
  26. and in RefStartup.txed
  27.  
  28.   'window 0 110 640 85'    --->   'window 0 150 685 85'
  29.  
  30.  
  31.   Hope you find these changes useful.
  32.  
  33.                                          Jim
  34.